home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 September
/
CHIP Eylül 1996.iso
/
utils
/
povray
/
povmnf.sea
/
POVRAY
/
POV-Ray.rsrc
/
TEXT_302_blob.txt
< prev
next >
Wrap
Text File
|
1994-02-09
|
468b
|
15 lines
// create a smooth blobby shape
blob
{
// threshold (0.0 < threshold <= StrengthVal) surface falloff threshold #
threshold 0.6
// StrengthVal (+ or -) strength of component's radiating density
// RadiusVal (0 < RadiusVal) outer sphere of influence on other components
// <ComponentCenter>
component 1.0, 1.0, <0.75, 0, 0>
component 1.0, 1.0, <-0.375, 0.64952, 0>
component 1.0, 1.0, <-0.375, -0.64952, 0>
// component ...
// [sturm]
}